home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000355_news@columbia.edu_Wed Sep 13 09:02:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA00241
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 13 Sep 1995 21:36:09 -0400
  3. Received: by apakabar.cc.columbia.edu id AA29122
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 13 Sep 1995 21:36:08 -0400
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!nntpserver.pppl.gov!newsserver.jvnc.net!forest!mrichich
  6. From: mrichich@forest.drew.edu (Mike Richichi, Systems Manager)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Netware/IP and packet driver Kermit coexistence
  9. Message-Id: <1995Sep13.140223.124158@forest>
  10. Date: 13 Sep 95 14:02:23 EST
  11. Organization: Drew U. Academic Computer Center
  12. Lines: 35
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. Okay, here's the issue.  We have a LAN running Netware 4.1.  We are 
  16. currently using ODIPKT and MS-Kermit 3.13 to telnet to on-campus machines 
  17. in DOS.  We want to switch these machines over to Netware/IP 2.1, thus 
  18. getting a Winsock to run Netscape, and then still be able to run MS-Kermit 
  19. 3.13 (ideally in Windows) and still have it access tcp/ip through a packet 
  20. driver.
  21.  
  22.  
  23. Now, the first thing to try is just run ODIPKT.  No go--when Novell's 
  24. TCPIP.EXE loads, it prevents ODIPKT from working, even in DOS.  That's to 
  25. be expected, though.
  26.  
  27. Well, after some careful thought, lots of fun, and a few hundred machine 
  28. reboots, I've come up with the following solution:
  29.  
  30. 1)  Run the packet driver for the network card (in this case, 3Com 3c509.)
  31. 2)  Run PKTMUX and then 2 PKTDRVs.
  32. 3)  Use PDETHER on one of the packet driver interrupts, and then load 
  33. Novell's LSL, TCPIP, NWIP, and VLM (thus getting complete Netware 
  34. connectivity to file servers and such.)
  35. 4)  Kermit then takes the other packet-driver interrupt for it's tcp/ip 
  36. connections.
  37. 5)  Yes, this even works in Windows.  I'm doing it right now, I've got my 
  38. Kermit window covering my Netscape window, and both work simultaneously. 
  39. There are delays in one app when the other is transmitting data, but 
  40. again, that's to be expected.
  41.  
  42.  
  43. The big question is:  Am I flirting with disaster?  Is PDETHER not as good 
  44. of a Netware solution as the native ODI driver for the card?  Are there 
  45. any other unforseen problems that I should know about?  I'm going to hit 
  46. it hard for a while to see if it crashes and burns.
  47.  
  48. --Mike
  49.